Lucene search
+L
LinuxLinux Kernel

14998 matches found

CVE
CVE
added 2007/11/15 8:00 p.m.85 views

CVE-2007-5501

The CVE-2007-5501 entries confirm a vulnerability in the Linux kernel 2.6.21–2.6.23.7 and 2.6.24-rc through 2.6.24-rc2 where remote attackers can cause a denial of service (crash) by sending crafted ACKs that trigger a NULL pointer dereference in net/ipv4/tcp_input.c (tcp_sacktag_write_queue). Th...

7.8CVSS6AI score0.03822EPSS
Save
CVE
CVE
added 2025/06/18 11:02 a.m.85 views

CVE-2022-50061

CVE-2022-50061 concerns the Linux kernel pinctrl nomadik path. The root cause is a refcount leak in nmk_pinctrl_dt_subnode_to_map: of_parse_phandle() returns a node pointer with incremented refcount, and of_node_put() was not called when the node is no longer needed. The issue is resolved by addi...

5.5CVSS6.4AI score0.00176EPSS
Save
CVE
CVE
added 2025/06/18 11:02 a.m.85 views

CVE-2022-50121

CVE-2022-50121 affects the Linux kernel remoteproc code for k3-r5, where a missing of_node_put() in for_each_available_child_of_node() can leak a refcount when breaking early from the loop. The root cause is that each iteration decrements the previous node’s reference count without explicit relea...

5.5CVSS6.4AI score0.00175EPSS
Save
CVE
CVE
added 2025/06/18 11:03 a.m.85 views

CVE-2022-50208

CVE-2022-50208 affects the Linux kernel, specifically the soc: amlogic driver code for meson-secure-pwrc.c. In meson_secure_pwrc_probe(), there is a refcount leak on one failure path, which is the root cause described in the Initial Document. The vulnerability is fixed in the same area (refcount ...

5.5CVSS6.5AI score0.00208EPSS
Save
CVE
CVE
added 2025/06/18 11:03 a.m.85 views

CVE-2022-50219

In CVE-2022-50219, the issue is in the Linux kernel’s BPF subsystem. Syzbot reported a use-after-free in compute_effective_progs when detaching BPF links, where a freed memory path could be dereferenced by update_effective_progs() leading to a KASAN UAF. The fix removes the pointer from the cgrou...

7.8CVSS6.6AI score0.00213EPSS
Save
CVE
CVE
added 2023/06/06 12:11 p.m.85 views

CVE-2023-20712

CVE-2023-20712 affects MediaTek WLAN code (wlan module) and is due to a missing bounds check, enabling an out-of-bounds write that can yield local privilege escalation to System level. Exploit requires LOCAL access with HIGH privileges and no user interaction. Patch: ALPS07796914 (Issue ALPS07796...

6.7CVSS6.7AI score0.00093EPSS
Save
CVE
CVE
added 2024/05/21 3:30 p.m.85 views

CVE-2023-52770

CVE-2023-52770 is a Linux-kernel (f2fs) issue: the bug stems from how extent_cache is allocated, with a split between initial and dynamic conditions that could trigger a panic during extent_cache updates (observed during a file creation with compressed flag and subsequent operations). The vulnera...

5.5CVSS6.7AI score0.00236EPSS
Save
CVE
CVE
added 2025/09/15 2:04 p.m.85 views

CVE-2023-53178

CVE-2023-53178 affects the Linux kernel’s memory management path, specifically the mm/zswap.c writeback logic. The vulnerability is a race condition in the zswap writeback entry handling that can lead to memory corruption: a swapped-out page can be swapped back in with data from a different page....

7.8CVSS5.5AI score0.00118EPSS
Save
CVE
CVE
added 2026/03/09 3:51 p.m.85 views

CVE-2024-14027

CVE-2024-14027 in the Linux kernel: the fremovexattr() path leaks a file reference when strncpy_from_user() fails, due to missing fdput() after fdget(). This can allow an unprivileged local user to cause kernel memory exhaustion in multi-threaded contexts. The issue was inadvertently fixed by com...

5.5CVSS5.6AI score0.0021EPSS
Save
CVE
CVE
added 2024/07/12 12:31 p.m.85 views

CVE-2024-40955

CVE-2024-40955 corresponds to a Linux kernel ext4 slab-out-of-bounds in ext4_mb_find_good_group_avg_frag_lists, triggered by setting mb_group_prealloc to a very large value (2147483647) and performing specific mkfs/mount/write actions. The bug is in ext4’s block allocation logic (mb_alloc/mb_grou...

5.5CVSS7AI score0.00241EPSS
Save
CVE
CVE
added 2024/07/29 2:32 p.m.85 views

CVE-2024-41043

The CVE-2024-41043 entry concerns a Linux kernel netfilter nfnetlink_queue issue where a WARN_ON can be triggered when rules are flushed/deleted while a packet is in flight. The root cause is a bogus WARN_ON that existed since v4.14; the fix removes this WARN_ON and uses a more recent fixes tag i...

5.5CVSS6.5AI score0.00232EPSS
Save
CVE
CVE
added 2024/07/29 3:52 p.m.85 views

CVE-2024-42075

The CVE-2024-42075 issue affects the Linux kernel’s BPF arena code, where the remap logic did not account for mremap, risking use-after-free in arena_vm_close. A reference-count mechanism was added to handle multiple mmap events, mitigating the flaw. Concrete details: affected component is the bp...

7.8CVSS6.6AI score0.00219EPSS
Save
CVE
CVE
added 2024/07/30 7:46 a.m.85 views

CVE-2024-42112

Summary (CVE-2024-42112): In the Linux kernel, the txgbe driver mishandled isb resource freeing when using MSI/INTx interrupts, risking reads from freed memory. The fix moves wx_free_isb_resources() from txgbe_close() to txgbe_remove() and corrects the isb free action in the txgbe_open() error pa...

7.8CVSS6.5AI score0.00233EPSS
Save
CVE
CVE
added 2024/08/07 3:14 p.m.85 views

CVE-2024-42235

CVE-2024-42235 affects the Linux kernel on the s390 architecture. The vulnerability arises because functions crst_table_free() and, for consistency, base_crst_free() can be called with a NULL pointer, potentially leading to a NULL-pointer dereference. The issue was resolved by adding explicit NUL...

7.8CVSS6.5AI score0.0022EPSS
Save
CVE
CVE
added 2024/08/08 8:49 a.m.85 views

CVE-2024-42255

CVE-2024-42255: The Linux kernel contains a fix for a NULL pointer dereference in the TPM HMAC handling path. Specifically, in tpm_buf_check_hmac_response(), the code previously dereferenced auth after NULL checking, which could crash if tpm2_sessions_init() was not called when TCG_TPM2_HMAC was ...

5.5CVSS6.6AI score0.00183EPSS
Save
CVE
CVE
added 2024/08/17 9:21 a.m.85 views

CVE-2024-43836

CVE-2024-43836 affects the Linux kernel net: ethtool pse-pd path. A null dereference can occur when a PSE supports both c33 and PoDL but only one Netlink attribute is provided; the vulnerability arises although the c33/PoDL capabilities are validated by ethnl_set_pse_validate(). The issue has bee...

5.5CVSS6.5AI score0.0018EPSS
Save
CVE
CVE
added 2024/08/17 9:22 a.m.85 views

CVE-2024-43848

CVE-2024-43848 pertains to the Linux kernel, addressing a bug in the wifi: mac80211 component during TTLM teardown where the worker may compute a wrong sdata pointer, leading to a crash if executed. The vulnerability is fixed in the kernel; referenced commits in stable kernel trees show the corre...

8.8CVSS6.6AI score0.00263EPSS
Save
CVE
CVE
added 2025/03/06 3:54 p.m.85 views

CVE-2024-58062

CVE-2024-58062: In the Linux kernel, the iwlwifi mvm code was fixed to avoid NULL pointer dereference when iterating over active links of a virtual interface (vif). The root cause was a missing check that the link pointer exists before dereferencing it; the patch adds usage of for_each_vif_active...

5.5CVSS7.1AI score0.00176EPSS
Save
CVE
CVE
added 2025/04/01 3:41 p.m.85 views

CVE-2025-21932

CVE-2025-21932 – Linux kernel vulnerability (mm: abort vma_modify() on merge out of memory failure) The issue occurs in vma_modify() during a merge attempt that fails due to an out-of-memory error while committing the merge. In this edge case, VM region state (VMG) may be left with corrupted star...

7CVSS7AI score0.002EPSS
Save
CVE
CVE
added 2025/08/19 5:03 p.m.85 views

CVE-2025-38578

CVE-2025-38578 concerns a use-after-free in the f2fs code path of the Linux kernel (f2fs_sync_inode_meta) that can occur during inode writeback, traced to a del-list path that frees an inode still in use. Syzbot reported a UAF in the f2fs_inode_synced flow, leading to a crash via KASAN. The conne...

7.8CVSS7.1AI score0.00178EPSS
Save
CVE
CVE
added 2025/08/22 4:03 p.m.85 views

CVE-2025-38671

CVE-2025-38671 affects the Linux kernel i2c: qup driver. Root cause: timeout handling only set a return value and did not exit the loop when a client keeps the bus active, enabling kernel hang (observed with PCA953x GPIO extender). Fix: change the logic to return via -ETIMEDOUT, jumping out of th...

5.5CVSS6.4AI score0.00159EPSS
Save
CVE
CVE
added 2026/01/14 3:07 p.m.85 views

CVE-2025-71131

CVE-2025-71131 is a Linux kernel crypto issue in crypto/seqiv.c. The bug arises when performing crypto_aead_encrypt: after the async completion, the underlying request may be freed, so dereferencing req->iv post-return is invalid. The fix creates a new local variable, unaligned_info, and uses ...

7.5CVSS6.2AI score0.00253EPSS
Save
CVE
CVE
added 2026/02/04 4:08 p.m.85 views

CVE-2026-23105

CVE-2026-23105 (Linux kernel) : A fix in the net/sched/qfq code changes the activation check of a class from relying on the child qdisc’s qlen to using cl_is_active in qfq_rm_from_ag. This patch makes activation determination more consistent and aims to prevent exploits that could manipulate chil...

7.8CVSS5.3AI score0.00125EPSS
Save
CVE
CVE
added 2026/04/24 2:42 p.m.85 views

CVE-2026-31608

CVE-2026-31608 affects the Linux kernel SMB server. The issue is a double-free in smb_direct_free_sendmsg when invoked after smb_direct_flush_send_list(); smb_direct_flush_send_list() already calls smb_direct_free_sendmsg(), so a second call after post_sendmsg() is incorrect. The fix moves the ca...

9.8CVSS5.3AI score0.00457EPSS
Save
CVE
CVE
added 2026/05/06 11:27 a.m.85 views

CVE-2026-43163

Impact: Linux kernel md/bitmap component vulnerable to a use-after-free race during array resize, causing a General Protection Fault in write_page. Root cause: concurrent access to bitmap->storage.filemap between bitmap_daemon_work() and __bitmap_resize(), with md_bitmap_file_unmap() freeing s...

4.7CVSS5.8AI score0.00091EPSS
Save
CVE
CVE
added 2026/05/06 11:28 a.m.85 views

CVE-2026-43206

Summary: CVE-2026-43206 affects the Linux kernel’s drm/amdkfd component. The function kfd_event_page_set() writes KFD_SIGNAL_EVENT_LIMIT * 8 bytes using memset without validating the destination buffer size, allowing an unprivileged local user to trigger an out-of-bounds memory write and potentia...

7.8CVSS5.9AI score0.00139EPSS
Save
CVE
CVE
added 2026/05/27 12:18 p.m.85 views

CVE-2026-45984

The CVE-2026-45984 issue is a concrete Linux-kernel vulnerability in the GFS2 iomap inline data write path. A data buffer head (dibh) is released prematurely via release_metapath() in gfs2_iomap_begin(), while iomap->inline_data still references dibh->b_data, causing a use-after-free when i...

7.8CVSS5.9AI score0.00184EPSS
Save
CVE
CVE
added 2026/05/27 12:57 p.m.85 views

CVE-2026-46052

The CVE-2026-46052 issue concerns the Linux kernel Ceph filesystem where a negative dentry that is already hashed can be re-added to the dcache, corrupting the d_hash bucket and leading to an RCU stall or system hang. The root cause is that d_add() can rehash and reinstate a dentry that is alread...

7.5CVSS5.8AI score0.00501EPSS
Save
CVE
CVE
added 2026/06/19 2:00 p.m.85 views

CVE-2026-52908

CVE-2026-52908 affects the Linux kernel RDMA path: during rereg_mr, changing IB_MR_REREG_ACCESS from RO to RW requires re-evaluating the umem to ensure proper RW pinning. The fix introduces an ib_umem_check_rereg() hook that each driver must call before processing IB_MR_REREG_ACCESS; mlx4 retains...

7.8CVSS5.7AI score0.00129EPSS
Save
CVE
CVE
added 2026/06/24 4:26 p.m.85 views

CVE-2026-52945

The CVE-2026-52945 entry describes a Linux kernel vulnerability in the WireGuard component where enabling threaded NAPI can cause the decryption path for a WireGuard peer to stall under heavy network load (notably with Cilium), effectively causing a DoS for that peer while other peers remain func...

7.5CVSS5.8AI score0.00399EPSS
Save
CVE
CVE
added 2026/06/25 8:39 a.m.85 views

CVE-2026-53269

The CVE-2026-53269 issue exists in the Linux kernel’s netfilter synproxy path, where concurrent registration of hooks could race, affecting refcount blocks. A mutex was added to serialize access to refcount control blocks in frontends, mitigating the race. Connected OSV entries report patches for...

5.5CVSS5.7AI score0.00166EPSS
Save
CVE
CVE
added 2026/07/19 12:02 p.m.85 views

CVE-2026-63796

CVE-2026-63796 concerns the Linux kernel’s OCFS2 filesystem. The issue arises when a malicious group descriptor can claim a bg_size/bg_bits pair that exceeds the on-disk group bitmap capacity, allowing bitmap scans and bit updates to run past bg_bitmap. The fix adds a physical-capacity check (bas...

8.8CVSS5.5AI score0.00481EPSS
Save
CVE
CVE
added 2026/07/19 3:39 p.m.85 views

CVE-2026-64067

The CVE-2026-64067 issue concerns the Linux kernel netfs component, where stream->subrequests was accessed without proper memory barriers. The vulnerability arises from lockless access to the list of subrequests, allowing race conditions when netfs_collect_read_results() and netfs_collect_writ...

9.8CVSS5.4AI score0.00293EPSS
Save
CVE
CVE
added 2005/11/27 10:00 p.m.84 views

CVE-2005-3858

Technical details about CVE-2005-3858 are not publicly available in the provided connected documents. Monitor for updates.

7.8CVSS4.6AI score0.03286EPSS
Save
CVE
CVE
added 2006/01/06 11:00 a.m.84 views

CVE-2006-0095

CVE-2006-0095 affects dm-crypt in Linux kernel 2.6.15 and earlier, where an internal structure isn’t cleared before freeing, potentially leaking cryptographic key material to local users. Connected advisories (e.g., RHSA-2006:0132 and Debian DSA-1017-1) confirm the issue and describe the fix as a...

2.1CVSS4.8AI score0.00434EPSS
Save
CVE
CVE
added 2006/10/12 8:00 p.m.84 views

CVE-2006-4813

Concrete details found: CVE-2006-4813 affects the Linux kernel 2.6.x prior to 2.6.13, where __block_prepare_write in fs/buffer.c fails to clear buffers under certain error conditions, allowing a local user to read portions of files that have been unlinked. Impact is partial confidentiality; explo...

2.1CVSS7.2AI score0.00414EPSS
Save
CVE
CVE
added 2007/01/30 7:00 p.m.84 views

CVE-2006-5754

CVE-2006-5754 is a Linux kernel local vulnerability in the aio_setup_ring path where an incorrect initialization of nr_pages can lead to a local DoS (crash). The issue is described in multiple advisories and open‑source scanning feeds as part of a broader set of kernel flaws resolved by kernel up...

4.9CVSS5.8AI score0.00407EPSS
Save
CVE
CVE
added 2007/07/12 4:00 p.m.84 views

CVE-2007-3719

CVE-2007-3719 concerns the Linux kernel scheduler around version 2.6.16, which gives preference to “interactive” processes that perform voluntary sleeps. This bias can be exploited by a local user to trigger a denial of service via CPU consumption. The connected documents reiterate the vulnerabil...

2.1CVSS6AI score0.00313EPSS
Save
CVE
CVE
added 2011/06/22 11:00 p.m.84 views

CVE-2011-2534

CVE-2011-2534 : A buffer overflow in the Linux kernel’s clusterip_proc_write (net/ipv4/netfilter/ipt_CLUSTERIP.c) exists before 2.6.39. A crafted write operation that includes non-terminated string data could allow a local attacker to cause a denial of service and potentially other impact. The ro...

7.8CVSS8AI score0.00462EPSS
Save
CVE
CVE
added 2013/06/07 10:00 a.m.84 views

CVE-2011-4604

CVE-2011-4604 affects the Linux kernel via batman-adv: the bat_socket_read function in net/batman-adv/icmp_socket.c allows remote memory corruption/DoS via crafted batman-adv ICMP packets. Affected: kernel versions prior to 3.3. Root cause: ICMP handling in batman-adv. Impact: memory corruption a...

6.8CVSS7.6AI score0.02986EPSS
Save
CVE
CVE
added 2014/04/01 1:00 a.m.84 views

CVE-2013-7348

CVE-2013-7348 describes a double free vulnerability in the Linux kernel’s ioctx_alloc (fs/aio.c) prior to 3.12.4. An error path in aio_setup_ring can lead to a use-after-free like condition that enables a local attacker to trigger a system crash (DoS) or potentially other impact. The cited public...

4.6CVSS7.6AI score0.00365EPSS
Save
CVE
CVE
added 2014/09/28 10:00 a.m.84 views

CVE-2014-6418

Summary of CVE-2014-6418 — firmware/driver component: In Ceph usage within the Linux kernel, net/ceph/auth_x.c handles auth replies and, prior to kernel 3.16.3, fails to properly validate them. This can be triggered by crafted data arriving from a Ceph Monitor IP address, potentially causing a de...

7.1CVSS7.7AI score0.04881EPSS
Save
CVE
CVE
added 2016/08/07 9:00 p.m.84 views

CVE-2015-0568

The CVE-2015-0568 entry describes a use-after-free in the MSM-Camera driver (drivers/media/video/msm/msm_camera.c), in the msm_set_crop function, for the Linux kernel 3.x used with Qualcomm Innovation Center (QuIC) Android contributions. A crafted ioctl call from a local attacker can trigger memo...

7.8CVSS7.3AI score0.00902EPSS
Save
CVE
CVE
added 2017/04/12 10:00 p.m.84 views

CVE-2016-5856

Technical details for CVE-2016-5856 are not publicly available in the provided documents. Monitor for updates.

7.6CVSS6.8AI score0.00588EPSS
Save
CVE
CVE
added 2024/05/21 2:19 p.m.84 views

CVE-2021-47225

Linux kernel mac80211 deadlock when AP_VLANs are up and the AP interface is closed. Root cause: dev_close() held the wiphy mutex triggers netdev cfg80211 notifier to re-acquire the wiphy mutex. Fixes described: (1) prevent changing iftype while AP_VLANs are up; (2) move the dev_close() loop over ...

5.5CVSS5.2AI score0.00147EPSS
Save
CVE
CVE
added 2024/05/24 3:01 p.m.84 views

CVE-2021-47502

CVE-2021-47502 relates to the Linux kernel ASoC: codecs: wcd934x driver. The issue is improper handling of channel mapping lists where a channel could be added to multiple DAI channel lists, risking corruption of a list that already contains the channel. The linked Astra Linux advisory confirms a...

7.8CVSS6.8AI score0.00245EPSS
Save
CVE
CVE
added 2024/08/21 6:10 a.m.84 views

CVE-2022-48874

The CVE-2022-48874 issue is in the Linux kernel fastrpc subsystem. The description specifies a race condition between fastrpc_map_lookup() unlocking a mutex and the reference count increment in fastrpc_map_find() via fastrpc_map_get(), which can lead to use-after-free. The proposed fix merges fas...

7.8CVSS6.5AI score0.0023EPSS
Save
CVE
CVE
added 2024/08/21 6:10 a.m.84 views

CVE-2022-48889

CVE-2022-48889 - Linux kernel ASoC: Intel sof-nau8825 alias overflow . The issue arises from the 20-character limit for a platform_device_id entry (including the trailing NUL). The sof_nau8825.c file exceeded this limit, causing a build error: illegal character encoding in string literal in MODUL...

5.5CVSS6.4AI score0.00205EPSS
Save
CVE
CVE
added 2024/08/22 1:31 a.m.84 views

CVE-2022-48913

The CVE-2022-48913 issue is a Linux kernel use-after-free in blk_trace (blktrace) allocated when tracing a full disk, where created files under q->debugfs_dir are not removed if bt->dir is NULL, allowing stale pointers (dropped, msg) to be dereferenced. The result is a KASAN-triggered use-a...

7.8CVSS6.6AI score0.00212EPSS
Save
CVE
CVE
added 2024/08/22 1:32 a.m.84 views

CVE-2022-48922

CVE-2022-48922 (Linux kernel, riscv) : Root cause is a NULL pointer dereference when irqsoff latency tracer is enabled because trace_hardirqs_on/off rely on the frame pointer (CALLER_ADDR1). If the frame pointer is repurposed, memory access faults can occur during boot. The issue was mitigated by...

5.5CVSS6.5AI score0.00207EPSS
Save
Total number of security vulnerabilities14998